home *** CD-ROM | disk | FTP | other *** search
/ ftp.sustworks.com 2018 / ftp.sustworks.com.zip / ftp.sustworks.com / IPNetTunerX_101.sit.hqx / IPNetTunerX folder / IPNetTunerX.app / Contents / Info.plist < prev    next >
Extensible Markup Language  |  2002-07-02  |  2KB  |  58 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
  3. <plist version="0.9">
  4. <dict>
  5.     <key>CFBundleDevelopmentRegion</key>
  6.     <string>English</string>
  7.     <key>CFBundleDocumentTypes</key>
  8.     <array>
  9.         <dict>
  10.             <key>CFBundleTypeExtensions</key>
  11.             <array>
  12.                 <string>ipnt</string>
  13.             </array>
  14.             <key>CFBundleTypeIconFile</key>
  15.             <string>IPNetTunerX_doc</string>
  16.             <key>CFBundleTypeName</key>
  17.             <string>IPNT Settings File</string>
  18.             <key>CFBundleTypeOSTypes</key>
  19.             <array>
  20.                 <string>TEXT</string>
  21.             </array>
  22.             <key>CFBundleTypeRole</key>
  23.             <string>Editor</string>
  24.             <key>NSDocumentClass</key>
  25.             <string>TunerDocument</string>
  26.         </dict>
  27.     </array>
  28.     <key>CFBundleExecutable</key>
  29.     <string>IPNetTunerX</string>
  30.     <key>CFBundleGetInfoString</key>
  31.     <string>IPNetTunerX v1.0.1, Copyright 2002 Sustainble Softworks Inc. All rights reserved.</string>
  32.     <key>CFBundleHelpBookFolder</key>
  33.     <string>IPNetTunerX Help</string>
  34.     <key>CFBundleHelpBookName</key>
  35.     <string>IPNetTunerX Help</string>
  36.     <key>CFBundleIconFile</key>
  37.     <string>IPNetTunerX</string>
  38.     <key>CFBundleIdentifier</key>
  39.     <string>com.sustworks.IPNetTunerX</string>
  40.     <key>CFBundleInfoDictionaryVersion</key>
  41.     <string>6.0</string>
  42.     <key>CFBundleName</key>
  43.     <string>IPNetTunerX</string>
  44.     <key>CFBundlePackageType</key>
  45.     <string>APPL</string>
  46.     <key>CFBundleShortVersionString</key>
  47.     <string>1.0.1</string>
  48.     <key>CFBundleSignature</key>
  49.     <string>ipNT</string>
  50.     <key>CFBundleVersion</key>
  51.     <string>1.0.1</string>
  52.     <key>NSMainNibFile</key>
  53.     <string>MainMenu</string>
  54.     <key>NSPrincipalClass</key>
  55.     <string>NSApplication</string>
  56. </dict>
  57. </plist>
  58.